type net/http.http2PriorityParam

12 uses

	net/http (current package)
		h2_bundle.go#L2321: 	Priority http2PriorityParam
		h2_bundle.go#L2409: 	Priority http2PriorityParam
		h2_bundle.go#L2461: 	http2PriorityParam
		h2_bundle.go#L2465: type http2PriorityParam struct {
		h2_bundle.go#L2481: func (p http2PriorityParam) IsZero() bool {
		h2_bundle.go#L2482: 	return p == http2PriorityParam{}
		h2_bundle.go#L2498: 		http2PriorityParam: http2PriorityParam{
		h2_bundle.go#L2510: func (f *http2Framer) WritePriority(streamID uint32, p http2PriorityParam) error {
		h2_bundle.go#L5667: func (sc *http2serverConn) checkPriority(streamID uint32, p http2PriorityParam) error {
		h2_bundle.go#L10119: 	AdjustStream(streamID uint32, priority http2PriorityParam)
		h2_bundle.go#L10649: func (ws *http2priorityWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L10824: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {